diff --git a/.env.development b/.env.development
index 49cdc66..9ee891d 100644
--- a/.env.development
+++ b/.env.development
@@ -4,10 +4,10 @@
VUE_APP_PROJECT_NAME = 'SJJY'
# 微服务IP
-VUE_APP_SERVER_ADDRESS = '192.168.1.130'
+VUE_APP_SERVER_ADDRESS = 'test.sdma.mingansei.com'
# 微服务地址
-VUE_APP_SERVER_API = 'http://${VUE_APP_SERVER_ADDRESS}:9100'
+VUE_APP_SERVER_API = 'http://${VUE_APP_SERVER_ADDRESS}'
# 省局数据后台IP
VUE_APP_SJ_BASE_IP_ADDRESS = '192.168.1.130'
diff --git a/src/views/task/list.vue b/src/views/task/list.vue
index f86054e..4b67df9 100644
--- a/src/views/task/list.vue
+++ b/src/views/task/list.vue
@@ -31,6 +31,9 @@
+
+
+
@@ -229,7 +232,7 @@ import Pagination from '@/components/Pagination'
import Utils from '../../utils/contact.js'
import { getOwnList, terminateRenwu, completeRenwuFn } from '@/api/renwu'
import { cancelRenwuFn } from '@/api/common'
-
+import { mapGetters } from 'vuex'
import Enclosure from '@/views/common/Enclosure'
export default {
name: 'MyTask',
@@ -288,11 +291,23 @@ export default {
isSysUser: this.$store.getters.clientType === 'System'
}
},
+ filters: {
+ screen(value) {
+ console.log(value,254444)
+ return value.charAt(0).toUpperCase() + value.slice(1)
+ }
+},
created() {
this.getList()
this.getSbList(undefined, undefined, 1)
this.jylbList = this.$store.getters.allCategory
},
+ computed: {
+ // 使用对象展开运算符将 getter 混入 computed 对象中
+ searchNblbList(){
+ return this.$store.getters.allCategory
+ }
+ },
mounted() {
const that = this
this.common.$on('task-list', function() {
diff --git a/src/views/ysjl/3000/dj/common/zdftFb.vue b/src/views/ysjl/3000/dj/common/zdftFb.vue
index b7fe5fd..6a83677 100644
--- a/src/views/ysjl/3000/dj/common/zdftFb.vue
+++ b/src/views/ysjl/3000/dj/common/zdftFb.vue
@@ -1,7 +1,7 @@
-
-
+
+
@@ -21,7 +21,7 @@ export default {
},
state: {
type: String,
- require: true
+ required: true
}
},
data() {
@@ -44,7 +44,7 @@ export default {
},
computed: {
data() {
- if (this.state == 'create') {
+ if (this.state === 'create') {
const arr = [
{
D2: '第一次',
diff --git a/src/views/ysjl/3000/jj/zdft/index.vue b/src/views/ysjl/3000/jj/zdft/index.vue
new file mode 100644
index 0000000..09fa772
--- /dev/null
+++ b/src/views/ysjl/3000/jj/zdft/index.vue
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+