Parcourir la source

修改查询条件

朱鑫波 il y a 4 ans
Parent
commit
d276f87b8c

+ 1 - 1
src/mixins/JeecgListMixin.js

@@ -321,7 +321,7 @@ export const JeecgListMixin = {
     },
     modalFormOk() {
       // 新增/修改 成功时,重载列表
-      this.loadData(1);
+      this.loadData(this.ipagination.current);
     },
     handleDetail: function (record) {
       this.$nextTick(()=>{

+ 1 - 3
src/views/modules/material/videoMaterial.vue

@@ -2917,10 +2917,8 @@ export default {
         this.url.list = '/ctop/materialInfo/listV2'
 
         this.queryParam = {
-          type: 'VIDEO',
-          userId: this.userInfo().id,
+          ...this.queryParam,
           status: key,
-          productId: this.queryParam.productId,
         }
         if (this.labelValue.length >= 1) {
           this.queryParam.tagCode = this.labelValue[this.labelValue.length - 1]

+ 2 - 2
vue.config.js

@@ -69,7 +69,7 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
           // target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-          target: 'http://192.168.1.3:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+          // target: 'http://192.168.1.3:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.62:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.6.162:9806', //请求本地 需要jeecg-boot后台项目  祚云
@@ -80,7 +80,7 @@ module.exports = {
         // target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目