1
This commit is contained in:
parent
1e857671cb
commit
e88ce332ed
@ -151,7 +151,6 @@
|
||||
url: imgUrl(path)
|
||||
};
|
||||
});
|
||||
console.log('---',imageValue.value)
|
||||
}
|
||||
})
|
||||
|
||||
|
@ -107,7 +107,7 @@
|
||||
proxy
|
||||
} = getCurrentInstance()
|
||||
const popup = ref(null)
|
||||
const reason = ref('')
|
||||
const reason = ref('同意')
|
||||
/**拒绝(1)||同意(2)*/
|
||||
const status = ref(null)
|
||||
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
|
||||
} = vue.getCurrentInstance();
|
||||
const popup = vue.ref(null);
|
||||
const reason = vue.ref("");
|
||||
const reason = vue.ref("同意");
|
||||
const status = vue.ref(null);
|
||||
const openpop = (val) => {
|
||||
status.value = val;
|
||||
@ -19090,7 +19090,6 @@ ${i3}
|
||||
url: imgUrl(path)
|
||||
};
|
||||
});
|
||||
formatAppLog("log", "at bpm/leaveApplication/index.vue:154", "---", imageValue.value);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user