8ebc3b33 by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 96f26f75 daaa3ae5
......@@ -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);
}
......