|
@@ -66,7 +66,7 @@
|
|
|
>
|
|
|
<a
|
|
|
style="margin: 0 5px"
|
|
|
- :disabled="row.deep_status != 1"
|
|
|
+ :disabled="row.deep_status == 2"
|
|
|
@click="handleSet(row, index, 2)"
|
|
|
>编辑</a
|
|
|
>
|
|
@@ -387,6 +387,7 @@ export default {
|
|
|
getData(row) {
|
|
|
this.loading = true;
|
|
|
this.axios("/api/order_area_deep_list", { params: row }).then((res) => {
|
|
|
+ console.log(res.data)
|
|
|
this.loading = false;
|
|
|
this.tableData = res.data.data;
|
|
|
this.total = res.data.total;
|