林火综合应急信息管理系统前端
guoshilong
2023-03-06 306e26008e412b8591e01fbaa98ed3ba7b4f9ae6
去除已删除组件的引用
2 files modified
4 ■■■■ changed files
src/views/fire/fireManage.vue 1 ●●●● patch | view | raw | blame | history
src/views/fire/fireSupplement.vue 3 ●●●●● patch | view | raw | blame | history
src/views/fire/fireManage.vue
@@ -389,7 +389,6 @@
        this.data.forEach(e => {
          e.status = e.status + ""
        })
        this.$refs.crud.dicInit('cascader');
        this.loading = false;
        this.selectionClear();
      });
src/views/fire/fireSupplement.vue
@@ -48,13 +48,10 @@
<script>
import axios from "@/router/axios";
import formTable from "../../components/form-table/formTable"
import {remove, update} from "@/api/device/device";
import {add} from "@/views/fireSupplement/fireSupplement";
export default {
  name: "fireSupplieMent",
  components: {formTable},
  data() {
    let baseUrl = '/api/blade-system/region/lazy-tree?parentCode='
    return {