提交 fc0e78da authored 作者: yuanyufei's avatar yuanyufei

no message

上级 969f2a4e
......@@ -551,7 +551,6 @@
this.certImgFileList= [];
this.factoryImgFileList= [];
this.shopImgFileList= [];
// debugger
this.indexBrandId = row.id;
let data = {
id : this.indexBrandId
......@@ -570,7 +569,6 @@
let brandArr = [];
let brandUrl = {};
brandArr = this.brandForm.brand_logo.split(",");
// debugger
if (brandArr.length > 0) {
brandArr.forEach(item=> {
brandUrl = {};
......@@ -812,7 +810,6 @@
this.certImgFileList= [];
this.factoryImgFileList= [];
this.shopImgFileList= [];
// debugger
this.validityLongTermVal = false;
this.validityConcreteTime = ''
Object.assign(this.brandForm, this.$options.data().brandForm)
......@@ -824,8 +821,6 @@
this.$refs[formName].resetFields();
})
}
// console.log("brandForm:",this.brandForm);
},
/** 上传图片 数量限制 */
limit1() {
......@@ -850,7 +845,6 @@
if (statusVal == 3) {
res = '已过期'
}
return res;
},
/** 图片转换为base64位 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论