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

no message

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