gyj 2 gadus atpakaļ
vecāks
revīzija
b51eefa11d

+ 1
- 1
pages/handlecase/component/list.vue Parādīt failu

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

+ 7
- 7
pages/handlecase/component/newlyAddedCase.vue Parādīt failu

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