diff --git a/gringotts-frontend/components/ware/dialog-ware.js b/gringotts-frontend/components/ware/dialog-ware.js index 08e91ba..2c90fec 100644 --- a/gringotts-frontend/components/ware/dialog-ware.js +++ b/gringotts-frontend/components/ware/dialog-ware.js @@ -1,11 +1,5 @@ import './dialog-ware.css' -import { - apiGet, - apiPost, - formInputClearable, - horizontalFormOptions, - information, -} from "../constants.js"; +import {apiGet, apiPost, formInputClearable, horizontalFormOptions, information,} from "../constants.js"; import {resourceList} from '../../pages/index/tab-data.js' import {resourceDetailDialog} from '../resource/dialog-resource.js' @@ -26,6 +20,7 @@ function detailForm() { type: 'input-image', name: 'icon', label: '图标', + required: true, }, { type: 'picker',