wangting
2024-09-27 a3e87f78ee262ca9bb7d9b0c997639d5f3295890
Source/plt-web/plt-web-ui/src/components/actions/base/uploadFileAction.js
@@ -11,7 +11,7 @@
export const doAction = (options,callback) => {
  options.sourceData = options.sourceData || {};
  options.dataStore = options.dataStore || [];
  if (func.isEmptyObject(options.sourceData)) {
  if (!options.dataStore || options.dataStore.length < 1) {
    Vue.prototype.$message.error("请选择要上传的分类!");
    return false;
  }