This commit is contained in:
yangzhq68909 2024-10-14 15:46:55 +08:00
parent 1e857671cb
commit e88ce332ed
3 changed files with 2 additions and 4 deletions

View File

@ -151,7 +151,6 @@
url: imgUrl(path)
};
});
console.log('---',imageValue.value)
}
})

View File

@ -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) => {

View File

@ -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);
}
});
};