工器具问题修改

This commit is contained in:
cwchen 2025-11-17 11:10:38 +08:00
parent 63a7ae55f0
commit 7da300d017
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ export default {
// //
label: { label: {
type: String, type: String,
required: true default: ''
}, },
// //
file: { file: {

View File

@ -133,7 +133,7 @@ export default {
delFileList: [], delFileList: [],
}; };
if(this.isDisabled){ if(this.isDisabled){
this.rules = []; this.rules = {};
this.$set(this.form, 'url', files[0]?.lsFilePath || null); this.$set(this.form, 'url', files[0]?.lsFilePath || null);
} }
}, },