|
@@ -66,10 +66,10 @@
|
|
methods: {
|
|
methods: {
|
|
confirm(){
|
|
confirm(){
|
|
if (!this.title.trim()) {//去除前后空格,在判断是否为空
|
|
if (!this.title.trim()) {//去除前后空格,在判断是否为空
|
|
- return
|
|
|
|
|
|
+ return
|
|
}
|
|
}
|
|
console.log(this.title)
|
|
console.log(this.title)
|
|
- uni.setStorageSync('data', {title:this.title})
|
|
|
|
|
|
+ uni.setStorageSync('data', {title:this.title,examine:1})
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/matterAll/matterAll',
|
|
url: '/pages/matterAll/matterAll',
|
|
});
|
|
});
|
|
@@ -89,7 +89,7 @@
|
|
uni.setStorageSync('id', item.id)
|
|
uni.setStorageSync('id', item.id)
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/gridQuery/gridQuery?titleText='+item.name
|
|
url: '/pages/gridQuery/gridQuery?titleText='+item.name
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getList() {
|
|
getList() {
|