Kirin hace 2 años
padre
commit
2429467ab0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app/admin/view/system/system_store/add.php

+ 1 - 0
app/admin/view/system/system_store/add.php

@@ -319,6 +319,7 @@
                 },
                 submit: function () {
                     var that = this;
+                    console.log(that.from.cid)
                     if (!that.from.cid)return $eb.message('error', '请选择门店分类');
                     if (!that.form.name) return $eb.message('error', '请填写门店行名称');
                     if (!that.form.phone) return $eb.message('error', '请输入手机号码');