Commit e656608e authored by 黄奎's avatar 黄奎

11

parent d94aac24
......@@ -335,8 +335,7 @@
that.Confirm("是否删除?", function () {
that.apipost(
"/api/Trade/RemoveBrandEnterpriseInfo", {
CarrierId: obj.ID,
Status: 1,
ID: obj.ID,
},
(res) => {
if (res.data.resultCode == 1) {
......
......@@ -454,9 +454,8 @@
let that = this;
that.Confirm("是否删除?", function () {
that.apipost(
"/api/Trade/RemoveBuildingInfo", {
CarrierId: obj.ID,
Status: 1,
"/api/Trade/RemoveBuildingCarrierInfo", {
ID: obj.ID,
},
(res) => {
if (res.data.resultCode == 1) {
......
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