Browse Source

perf👌: 删除无用内容

Akiraka 2 years ago
parent
commit
3e3546bd85
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/admin/dict/index.vue

+ 0 - 1
src/views/admin/dict/index.vue

@@ -215,7 +215,6 @@ const handleSubmit = (done) => {
   proxy.$refs.modalFormRef.validate(async (err) => {
     if (!err) {
       try {
-        let res;
         if (Reflect.has(modalForm, 'id')) {
           const { code, msg } = await updateDictType(modalForm, modalForm.id);
           if (code == 200 ) {