web
5 天以前 15c5e70dd90a0389d70b3d855977dfd9070588fc
src/api/system/dict.js
@@ -40,6 +40,13 @@
                     data
               });
         },
         //删除
         remove: (id) => {
            return publicRequest({
               url: `/sysDictType/remove/${id}`,
               method: 'post',
            });
         },
         //分页查询
         search: (data) => {
               return publicRequest({