Commit a6a37377 by 叶富雄

提交去除flag

parent 9f5774fb
......@@ -188,11 +188,10 @@ export default {
}
},
addSubmit(params, loading) {
params.append("spsftg", "3");
params.append("spsftg", this.flag);
if (this.type == "fqzl") {
params.append("sfqqzl", "1");
}
params.append("flag", this.flag);
doAddZczlxx(params).then((res) => {
if (res.success && res.code == 200) {
this.$alert("保存成功!", "提示", {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment