修改bug

This commit is contained in:
朱文强 2022-03-19 13:49:04 +08:00
parent f59fc1a594
commit dcb7801d24

View File

@ -1,7 +1,7 @@
<!-- <!--
* @Date: 2021-01-07 20:09:37 * @Date: 2021-01-07 20:09:37
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-16 10:02:41 * @LastEditTime: 2022-03-19 13:47:06
* @FilePath: \basic-admin\src\components\BaseTable\subcomponents\CheckDetail.vue * @FilePath: \basic-admin\src\components\BaseTable\subcomponents\CheckDetail.vue
* @Description: * @Description:
--> -->
@ -59,6 +59,7 @@ export default {
}).then(response => { }).then(response => {
this.options = response.data.records this.options = response.data.records
}) })
this.value = this.injectData.processId
}, },
emitClick() { emitClick() {
const data = { const data = {