|
@@ -46,7 +46,7 @@
|
|
|
</template>
|
|
|
<script>
|
|
|
import Clickoutside from 'element-ui/src/utils/clickoutside'
|
|
|
-// import { desDecryptId } from '@/utils/crypto-js'
|
|
|
+import { desDecryptId } from '@/utils/crypto-js'
|
|
|
import { taskGetTag } from '@/api/common'
|
|
|
import Modal from '@/components/modal'
|
|
|
|
|
@@ -106,8 +106,8 @@ export default {
|
|
|
this.visible = true
|
|
|
},
|
|
|
remoteMethod(searchTag = '') {
|
|
|
- const bizId_id = window.localStorage.getItem('bizId')
|
|
|
- // const bizId_id = desDecryptId(this.$route.query.bizId_id).replace(/_.*/, '')
|
|
|
+ // const bizId_id = window.localStorage.getItem('bizId')
|
|
|
+ const bizId_id = desDecryptId(this.$route.query.bizId_id).replace(/_.*/, '')
|
|
|
console.log(bizId_id)
|
|
|
taskGetTag({
|
|
|
type: this.type,
|