Merge branch 'develop' of http://192.168.18.88:8077/sznyb/daimp-front into develop

This commit is contained in:
李想 2025-02-27 11:34:55 +08:00
commit b507a49487

View File

@ -124,7 +124,9 @@ const infoData = reactive({
mark: '',
target: '',
});
const infoRules = reactive({
num: [{ required: true, message: '请输入编号', trigger: 'blur' }],
});
const memberOptions = reactive([
{
value: '成员1',
@ -183,6 +185,7 @@ const infoCancel = () => {
};
const infoHide = () => {
infoRef.value && infoRef.value.resetFields();
infoVisible.value = false;
};
// #region