保安服务单位许可和备案申请系统
tangzy
2021-07-14 3ea0574afc5841f829724710cf2e0dc46a8c60b8
src/views/record/record.vue
@@ -50,7 +50,7 @@
</template>
<script>
  import {getList, getDetail, add, update, remove} from "@/api/record/record";
  import {getList, getDetail, add,addnw, update, remove} from "@/api/record/record";
  import {mapGetters} from "vuex";
  export default {
@@ -324,6 +324,17 @@
          loading();
          window.console.log(error);
        });
        addnw(row).then(() => {
          this.onLoad(this.page);
          this.$message({
            type: "success",
            message: "操作成功!"
          });
          done();
        }, error => {
          loading();
          window.console.log(error);
        });
      },
      rowUpdate(row, index, done, loading) {
        update(row).then(() => {