update 国标分享参数调整

This commit is contained in:
赵霄
2023-09-19 09:47:02 +08:00
parent bc95bd338b
commit 9a3af54b74
2 changed files with 3 additions and 2 deletions
@@ -208,6 +208,7 @@ export default {
continueShare (ids) {
const params = {
id: this.$route.query.id, // 要分享的标准的id
standardNumber: this.$route.query.standardNumber, // 分享的标准编号
recipientId: ids // 分享给的用户的id
}
this.loading = true
@@ -361,10 +361,10 @@ export default {
/**
* 分享
*/
handleShare ({ id, standard_number: standardNum }) {
handleShare ({ id, standard_number: standardNumber }) {
this.nowShareInfo = {
standardId: id,
standardNum
standardNumber
}
this.$refs.userSelectModal.open()
},