|
@@ -238,7 +238,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
- @click.native.prevent="deleteRow(scope.$index,scope.row.tId, contactList)"
|
|
|
+ @click.native.prevent="deleteRow(scope.$index,scope.row.fId, contactList)"
|
|
|
v-hasPermi="['basicdata:contact:edit']"
|
|
|
>删除</el-button>
|
|
|
</template>
|
|
@@ -255,7 +255,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listWarehouse, getWarehouse, delWarehouse, addWarehouse, updateWarehouse,changeWareStatus, exportWarehouse } from "../../../api/basicdata/warehouse";
|
|
|
+import { listWarehouse, getWarehouse, delWarehouse, addWarehouse, updateWarehouse,changeWareStatus, exportWarehouse,delCusCon } from "../../../api/basicdata/warehouse";
|
|
|
|
|
|
export default {
|
|
|
name: "Warehouse",
|
|
@@ -330,7 +330,6 @@ export default {
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning"
|
|
|
}).then(function() {
|
|
|
- alert(index);
|
|
|
return delCusCon(index);
|
|
|
}).then(() => {
|
|
|
this.getList();
|