工器具问题修改
This commit is contained in:
parent
63a7ae55f0
commit
7da300d017
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
// 标签名称
|
// 标签名称
|
||||||
label: {
|
label: {
|
||||||
type: String,
|
type: String,
|
||||||
required: true
|
default: ''
|
||||||
},
|
},
|
||||||
// 文件对象
|
// 文件对象
|
||||||
file: {
|
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);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue