feige
2024-02-28 3b7ed32fb0d22be7d1b7e23e7101e29a5b2dfb40
修改了备忘录内容
5个文件已修改
30 ■■■■■ 已修改文件
ruoyi-ui/src/views/device/memo.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/memo.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/pet/petnote.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/secret/memo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/memo.vue
@@ -51,6 +51,7 @@
            v-model='formDat.happenTime'
            type='date'
            placeholder='选择日期'
            value-format="yyyy-MM-dd"
          ></el-date-picker>
        </el-form-item>
@@ -162,7 +163,7 @@
        happenTime: [{
          required: true,
          message: '请选择日期选择',
          trigger: 'change'
          trigger: 'blur'
        }],
        content: [{
          required: true,
@@ -336,7 +337,7 @@
      this.formDat.fid = 2017;
      this.formDat.cid = cid ;
      this.formDat.url = ul+","+uls
        let _this = this
      this.$refs["elForm"].validate(valid => {
        if (valid) {
@@ -344,17 +345,17 @@
            this.$modal.msgSuccess("新增成功");
            this.open = false;
            // this.queryParams.cid = cid
            // this.queryParams.fid = fid
            this.getList(this.formDat.fid,this.formDat.cid);
            this.getList(_this.formDat.fid,_this.formDat.cid);
   //清空formDat对象的数据
      Object.keys(this.formDat).forEach(key => {
        this.formDat[key] = '';
      });
            resetQuery();
          });
        }
      });
      //清空formDat对象的数据
      Object.keys(this.formDat).forEach(key => {
        this.formDat[key] = '';
      });
    },
    requestUpload(params)
    {
ruoyi-ui/src/views/note/memo.vue
@@ -50,6 +50,7 @@
              v-model='formDat.happenTime'
              type='date'
              placeholder='选择日期'
              value-format="yyyy-MM-dd"
            ></el-date-picker>
          </el-form-item>
@@ -205,6 +206,7 @@
    //个人自传的保存
    submitDataScope6: function() {
      const cid = this.$route.params && this.$route.params.id;
      const fid =2007;
      this.formDat.fid = 2007;
@@ -232,6 +234,8 @@
            });
          } else {
            // 执行新增操作
            console.log(this.formDat)
            addNote(this.formDat).then(response => {
              // this.formDat.term = selectedOption.label;
              this.$modal.msgSuccess("新增成功");
@@ -483,7 +487,7 @@
      var formData = new FormData();
      formData.append('excelImport', file);
      let _this = this
      alert(file)
      enload(formData).then(response => {
        _this.getList();
        Message({ message: "导入成功", type: 'warning' })
ruoyi-ui/src/views/pet/petnote.vue
@@ -138,6 +138,7 @@
            v-model='formDat.happenTime'
            type='date'
            placeholder='选择日期'
            value-format="yyyy-MM-dd"
          ></el-date-picker>
        </el-form-item>
@@ -150,6 +151,7 @@
            v-model='formDat.remindTime'
            type='date'
            placeholder='选择日期'
            value-format="yyyy-MM-dd"
          ></el-date-picker>
        </el-form-item>
ruoyi-ui/src/views/secret/memo.vue
@@ -52,6 +52,7 @@
              v-model='formDat.happenTime'
              type='date'
              placeholder='选择日期'
              value-format="yyyy-MM-dd"
            ></el-date-picker>
          </el-form-item>
ruoyi-ui/vue.config.js
@@ -35,7 +35,7 @@
    proxy: {
      // detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
      //target: `https://192.168.1.3:8080/`,
     // target: `https://192.168.1.3:8080/`,
       target: 'https://www.bendudu.com:8080/',
        changeOrigin: true,
        pathRewrite: {