daaa3ae5 by renchao@pashanhoo.com

style:证书入库完善

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