浏览代码

知识库只能上传一张图片

bihuisong 1 年之前
父节点
当前提交
94ec3419ba
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/highServer/knowledge/index.vue

+ 2 - 2
src/views/highServer/knowledge/index.vue

@@ -276,8 +276,8 @@ export default {
     },
     /** 提交按钮 */
     submitForm() {
-      if ((this.form.imgUrlList != null || this.form.imgUrlList != "") && this.form.imgUrlList.split(',').length > 1) {
-        this.$modal.msgWarning("图片只能上传一张");
+      if (this.form.imgUrlList != null && this.form.imgUrlList != "" && this.form.imgUrlList.split(',').length > 1) {
+          this.$modal.msgWarning("图片只能上传一张");
       } else {
         this.$refs["form"].validate(valid => {
           if (valid) {