|
@@ -229,7 +229,8 @@ import {
|
|
corpsbank,
|
|
corpsbank,
|
|
corpsfiles,
|
|
corpsfiles,
|
|
corpsitem,
|
|
corpsitem,
|
|
- areaTypeTree
|
|
|
|
|
|
+ areaTypeTree,
|
|
|
|
+ corpsAddrDelete,
|
|
} from "@/api/basicData/customerInformation";
|
|
} from "@/api/basicData/customerInformation";
|
|
import customerContact from "./configuration/customerContact.json";
|
|
import customerContact from "./configuration/customerContact.json";
|
|
import advantageProject from "./configuration/advantageProject.json";
|
|
import advantageProject from "./configuration/advantageProject.json";
|
|
@@ -735,7 +736,7 @@ export default {
|
|
type: "warning"
|
|
type: "warning"
|
|
}).then(() => {
|
|
}).then(() => {
|
|
if (row.id) {
|
|
if (row.id) {
|
|
- corpsbank(row.id).then(res => {
|
|
|
|
|
|
+ corpsAddrDelete(row.id).then(res => {
|
|
this.$message({
|
|
this.$message({
|
|
type: "success",
|
|
type: "success",
|
|
message: "操作成功!"
|
|
message: "操作成功!"
|