{
+ this.$set(this.param, 'data', {});
+ this.loading = false;
+ }, 3000);
+ },
+
methods: {
async onSubmit() {
let formData = {},
diff --git a/Web/src/pages/business/house/task/index.vue b/Web/src/pages/business/house/task/index.vue
new file mode 100644
index 0000000..fc533d1
--- /dev/null
+++ b/Web/src/pages/business/house/task/index.vue
@@ -0,0 +1,303 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全部
+ {{item.value}}
+
+
+
+
+ {{item.value}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{`${record.areaName}-${record.roadName}-${record.commName}-${record.note}-${`000${record.no}`.slice(-3)}`}}
+
+
+ {{bindCodeValue(text, 'type') + (text === 2 ? `(${bindCodeValue(record.industry, 'industry')})` : '')}}
+
+
+
+
+
+ 登记
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file