@@ -717,10 +717,13 @@ export default {
modifyStoreProductPackages(this.form1).then(response => {
if (response.code === 200) {
this.msgSuccess("操作成功");
- this.open1 = false;
this.getList();
}
- });
+ }).finally(()=>{
+ this.open1 = false;
+ this.form1.status = null;
+ this.form1.companyId = null;
+ })
});