gyj hace 2 años
padre
commit
b51eefa11d

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

@@ -63,7 +63,7 @@
63 63
 	export default {
64 64
 		data() {
65 65
 			return {
66
-
66
+				
67 67
 			}
68 68
 		},
69 69
 		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>