This commit is contained in:
曹辉 2023-01-30 09:47:54 +08:00
parent 7fdd839ddb
commit 71fe304e39

View File

@ -446,6 +446,10 @@ export default {
}
this.open = false;
this.reset();
this.$nextTick(() => {
//
this.$refs.form.clearValidate();
});
},
//
reset() {
@ -555,9 +559,7 @@ export default {
var obj = { pictureUrlList: [] };
obj.pictureUrlList.push(row.goodsCategoryPicture);
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {
console.log(res);
});
updatePicture(obj).then((res) => {});
}
this.getList();
this.info();