Explorar el Código

Merge branch 'gyj' of SH-Arbitrate/miniapp into dev

gaogaoyujie hace 2 años
padre
commit
806c6fc27d

+ 1
- 1
pages/handlecase/component/list.vue Ver fichero

@@ -64,7 +64,7 @@
64 64
 	export default {
65 65
 		data() {
66 66
 			return {
67
-
67
+				
68 68
 			}
69 69
 		},
70 70
 		props: {

+ 7
- 7
pages/handlecase/component/newlyAddedCase.vue Ver fichero

@@ -163,9 +163,9 @@
163 163
 				@tap="cencalBut">取消</button>
164 164
 			</view>
165 165
 		</view>
166
-	</view>
167
-</template>
168
-
166
+	</view>
167
+</template>
168
+
169 169
 <script>
170 170
 	import {getTemplate,getInfoByIdCard,caseApplicationInsert,updateComfire,caseApplicationSelectById} from '../../../api/handlecase/index.js'
171 171
 	import {
@@ -381,14 +381,14 @@
381 381
 			this.$refs.form.setRules(this.rules)
382 382
 		}
383 383
 	}
384
-	
385
-</script>
386
-
384
+	
385
+</script>
386
+
387 387
 <style lang="scss">
388 388
 	page {
389 389
 		background-color: #ffffff;
390 390
 	}
391 391
 	.assignrbitrators{
392 392
 		margin: 30rpx;
393
-	}
393
+	}
394 394
 </style>