|
@@ -86,7 +86,7 @@ import parse from "wellknown";
|
|
|
import { GetPage, Delect } from "@/api/ghss/hgxfx.js";
|
|
|
import { Message, MessageBox } from "element-ui";
|
|
|
import { GetXzResList, DelXzRes } from "../../../api/ghss/ghxz.js";
|
|
|
-import { SelectGdbhList,DeleteGdbh } from "../../../api/ghss/gdbh.js";
|
|
|
+import { SelectGdbhList, DeleteGdbh } from "../../../api/ghss/gdbh.js";
|
|
|
let dataSources;
|
|
|
export default {
|
|
|
props: {
|
|
@@ -251,7 +251,6 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
this.$emit("updateParent", "loading", false);
|
|
|
}, 100);
|
|
|
-
|
|
|
if (res.code == 200) {
|
|
|
this.listdisabled = res.rows.length < 10;
|
|
|
this.datalist = [...this.datalist, ...res.rows];
|