소스 검색

perf👌: 删除无用内容

Akiraka 2 년 전
부모
커밋
3e3546bd85
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {