Commit 0808fe2b by swl

gx

parent 451d6331
......@@ -215,7 +215,7 @@
<el-button
v-else-if="
realEstateArea == '丹阳市' &&
scope.row.state == 2 &&
(scope.row.state == 2 || scope.row.state == 6) &&
searchForm.departmentCode == '10000031'
"
type="success"
......
......@@ -199,7 +199,7 @@
<el-button
v-else-if="
realEstateArea == '丹阳市' &&
scope.row.state == 2 &&
(scope.row.state == 2 || scope.row.state == 6) &&
searchForm.departmentCode == '10000031'
"
type="success"
......
......@@ -929,7 +929,6 @@ export default {
]).then((res) => {
console.log(res);
if (res[0].data.state == 1) {
console.log(111);
this.detail = res[0].data;
this.arrList = res[1].data;
this.detail.recordVos.forEach((item) => {
......
......@@ -212,7 +212,7 @@
<el-button
v-else-if="
realEstateArea == '丹阳市' &&
scope.row.state == 2 &&
(scope.row.state == 2 || scope.row.state == 6) &&
searchForm.departmentCode == '10000031'
"
type="success"
......
......@@ -205,7 +205,7 @@
<el-button
v-else-if="
realEstateArea == '丹阳市' &&
scope.row.state == 2 &&
(scope.row.state == 2 || scope.row.state == 6) &&
searchForm.departmentCode == '10000031'
"
type="success"
......
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