Commit 34bfe424 authored by 黄奎's avatar 黄奎

页面修改

parent f1ac6d2e
......@@ -382,7 +382,7 @@
let that = this;
that.Confirm("是否确认删除?", function () {
if (item.Id > 0) {
that.getDeleteSpec(item.Id);
//that.getDeleteSpec(item.Id);
}
that.ComTreeList = [];
that.memberList2 = [];
......@@ -400,7 +400,7 @@
let that = this;
that.Confirm("是否确认删除?", function () {
if (item.Id > 0) {
that.getDeleteSpecValue(item.Id);
//that.getDeleteSpecValue(item.Id);
}
that.addMsg.SpecificationList[index].SpecificationValueList.splice(index2, 1);
that.$forceUpdate();
......
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