zpf 1 rok pred
rodič
commit
4e7e169a48

+ 0 - 1
src/views/cockpit/bjxm.vue

@@ -429,7 +429,6 @@ export default {
       store.setToolBarShow(false);
       store.setXzqh_flag(false);
       store.setCockpit_vector({
-        word: "",
         word:this.left_value == 'csbj' ? '事项内容' : '报建项目名称',
         title: this.left_value == 'csbj' ? '城市报建完成项目' : '私宅报建完成项目',
         tableData: [],

+ 1 - 0
src/views/cockpit/common/VectorSpace/BoxCommonVector.vue

@@ -341,6 +341,7 @@ export default {
         get_search(word) {
             if (word.length == 0) {
                 this.active_dableData = this.tableData;
+                console.log('this.active_dableData: ', this.active_dableData);
             } else {
                 // console.log('this.tableData: ', this.tableData);
                 // this.active_dableData = this.tableData.filter((item) => {

+ 1 - 0
src/views/cockpit/wpjg.vue

@@ -63,6 +63,7 @@ export default {
       store.setXzqh_flag(false);
       store.setCockpit_vector({
         title: '卫片监管完成项目',
+        word: "年份权属名称",
         tableData: [],
         tablejscType: 'jsc_vpjg_zbmx',
         columns: ['图斑分类', '图斑来源', '图斑编号', '审核调查', '年份权属名称', '时间', '是否核查', '行政区划名称', '面积', '占用基本农田保护面积', '占用耕地面积'],