Compare commits
	
		
			No commits in common. "71389312606a77b88af8295c02f549c2cc864d7e" and "df1bbab25dcd658c5c160553ad4f9e42e25fc00e" have entirely different histories.
		
	
	
		
			7138931260
			...
			df1bbab25d
		
	
		
@ -179,12 +179,6 @@
 | 
			
		||||
											border="surround"></u--textarea>
 | 
			
		||||
									</u-form-item> -->
 | 
			
		||||
 | 
			
		||||
									<u-form-item borderBottom style="text-align: center;">
 | 
			
		||||
										<button type="primary" class="btnSubDel"
 | 
			
		||||
											style="width: 35%; background-color: red;"
 | 
			
		||||
											v-if='(isDIY||(isLoadOK && tableKey === "1"))'
 | 
			
		||||
											@click.stop="DetailDel(item)">删除</button>
 | 
			
		||||
									</u-form-item>
 | 
			
		||||
								</uni-collapse-item>
 | 
			
		||||
							</uni-card>
 | 
			
		||||
						</uni-collapse>
 | 
			
		||||
@ -498,21 +492,21 @@
 | 
			
		||||
				this.currentTab = t
 | 
			
		||||
			},
 | 
			
		||||
			btnCancel() {
 | 
			
		||||
				var that = this
 | 
			
		||||
				var that=this
 | 
			
		||||
				uni.showModal({
 | 
			
		||||
					title: '提示',
 | 
			
		||||
					content: '确定取消?',
 | 
			
		||||
					success: function(res) {
 | 
			
		||||
						if (res.confirm) {
 | 
			
		||||
							let json = initFilter(that.model.ORG_ID, that.model.ID, null, null, null, that
 | 
			
		||||
								.TaskID);
 | 
			
		||||
							
 | 
			
		||||
							let json = initFilter(that.model.ORG_ID, that.model.ID, null, null, null, that.TaskID);
 | 
			
		||||
							Cancel(json).then(res => {
 | 
			
		||||
								uni.$showMsgFunc('操作成功!', () => {
 | 
			
		||||
									uni.navigateBack()
 | 
			
		||||
								}, 'success', 1000)
 | 
			
		||||
							})
 | 
			
		||||
							// } else {
 | 
			
		||||
							// 	uni.$showErrorInfo('取消!')
 | 
			
		||||
						// } else {
 | 
			
		||||
						// 	uni.$showErrorInfo('取消!')
 | 
			
		||||
						}
 | 
			
		||||
					}
 | 
			
		||||
				})
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user