Commit e656608e authored by 黄奎's avatar 黄奎

11

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