1
This commit is contained in:
parent
1e857671cb
commit
e88ce332ed
@ -151,7 +151,6 @@
|
|||||||
url: imgUrl(path)
|
url: imgUrl(path)
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
console.log('---',imageValue.value)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
proxy
|
proxy
|
||||||
} = getCurrentInstance()
|
} = getCurrentInstance()
|
||||||
const popup = ref(null)
|
const popup = ref(null)
|
||||||
const reason = ref('')
|
const reason = ref('同意')
|
||||||
/**拒绝(1)||同意(2)*/
|
/**拒绝(1)||同意(2)*/
|
||||||
const status = ref(null)
|
const status = ref(null)
|
||||||
const openpop = (val) => {
|
const openpop = (val) => {
|
||||||
|
3
unpackage/dist/dev/app-plus/app-service.js
vendored
3
unpackage/dist/dev/app-plus/app-service.js
vendored
@ -8874,7 +8874,7 @@ This will fail in production.`);
|
|||||||
proxy
|
proxy
|
||||||
} = vue.getCurrentInstance();
|
} = vue.getCurrentInstance();
|
||||||
const popup = vue.ref(null);
|
const popup = vue.ref(null);
|
||||||
const reason = vue.ref("");
|
const reason = vue.ref("同意");
|
||||||
const status = vue.ref(null);
|
const status = vue.ref(null);
|
||||||
const openpop = (val) => {
|
const openpop = (val) => {
|
||||||
status.value = val;
|
status.value = val;
|
||||||
@ -19090,7 +19090,6 @@ ${i3}
|
|||||||
url: imgUrl(path)
|
url: imgUrl(path)
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
formatAppLog("log", "at bpm/leaveApplication/index.vue:154", "---", imageValue.value);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user