Mr.Zhang
2023-09-28 16200ab36a7d45cf630cae16502de32746816913
平台端
已修改2个文件
6 ■■■■ 文件已修改
minipro_standard/common/config.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
platform_web/src/views/business/clientManger.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/common/config.js
@@ -1,7 +1,8 @@
module.exports = {
    // baseUrl: '/doumeeplant_api',
    baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
    // baseUrl: 'http://192.168.0.15:10021',
    // baseUrl: 'https://dmtest.ahapp.net/doumeeplant_api',
    // https://lingyang.mes.show:1801/doumeeplant/doc.html
    baseUrl: 'https://lingyang.mes.show:1801/doumeeplant',
    phoneRegular: /^1[3456789]\d{9}$/,
    mailboxRegular: /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/,
    positiveInteger: /^[0-9]*[1-9][0-9]*$/,
platform_web/src/views/business/clientManger.vue
@@ -6,7 +6,6 @@
      <el-form-item label="客户名称" prop="name">
        <el-input v-model="searchForm.name" placeholder="请输入客户名称" @keypress.enter.native="search"></el-input>
      </el-form-item>
      <el-form-item label="类型" prop="type">
        <el-select v-model="searchForm.oepnType" filterable clearable placeholder="请选择类型">
          <el-option v-for="item in types" :key="item.value" :label="item.label" :value="item.value"></el-option>