工器具问题修改
This commit is contained in:
parent
63a7ae55f0
commit
7da300d017
|
|
@ -58,7 +58,7 @@ export default {
|
|||
// 标签名称
|
||||
label: {
|
||||
type: String,
|
||||
required: true
|
||||
default: ''
|
||||
},
|
||||
// 文件对象
|
||||
file: {
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ export default {
|
|||
delFileList: [],
|
||||
};
|
||||
if(this.isDisabled){
|
||||
this.rules = [];
|
||||
this.rules = {};
|
||||
this.$set(this.form, 'url', files[0]?.lsFilePath || null);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue