DESKTOP-70VPDLK\Administrator 1 an în urmă
părinte
comite
d558c12f48

+ 1 - 1
page_task/apply/components/property-select.vue

@@ -15,7 +15,7 @@
 				<view class="popup-title">
 					<view class="popup-title-text">选择资产</view>
 					<view class="title-del" @click="showUploadingImg(false)">
-						<image src="/pages-task/static/img/new-add/del-title.png"></image>
+						<image src="/page_task/static/img/information/del-title.png"></image>
 					</view>
 				</view>
 				<view class="add-row" @click.stop="setAddId(addItem.value)"

BIN
page_task/static/img/information/del-title.png


+ 10 - 0
pages/loan/loan.vue

@@ -116,6 +116,15 @@
 			this.getList()
 		},
 		methods: {
+      startList() {
+        this.fromData.status=this.current
+        this.total = 999;
+        this.list = [];
+        this.page = 1;
+        this.isAjax = false;
+        this.getList();
+
+      },
       setSearch(text){
         this.fromData.selectStr=text
         this.startList()
@@ -134,6 +143,7 @@
 			},
 			tabsChange(index) {
 				this.current = index;
+        this.startList()
 			},
 			// 下拉刷新
 			onRefresh() {