daaa3ae5 by renchao@pashanhoo.com

style:证书入库完善

1 parent fd491555
...@@ -166,14 +166,14 @@ ...@@ -166,14 +166,14 @@
166 that.$message.error('本书必须大于0,请检查印刷序列号'); 166 that.$message.error('本书必须大于0,请检查印刷序列号');
167 return 167 return
168 } 168 }
169 store.dispatch("user/refreshPage", false); 169 store.dispatch("user/refreshPage", true);
170 zsrk(this.ruleForm).then(res => { 170 zsrk(this.ruleForm).then(res => {
171 if (res.code == 200) { 171 if (res.code == 200) {
172 that.$message.success('保存成功') 172 that.$message.success('保存成功')
173 that.$popupCacel() 173 that.$popupCacel()
174 that.$refs['ruleForm'].resetFields() 174 that.$refs['ruleForm'].resetFields()
175 that.resetTableFields() 175 that.resetTableFields()
176 that.dispatch("user/refreshPage", true) 176 store.dispatch("user/refreshPage", false);
177 } else { 177 } else {
178 that.$message.error(res.message); 178 that.$message.error(res.message);
179 } 179 }
......