|
@@ -20,13 +20,13 @@
|
|
|
//二维码组件开关
|
|
|
qrCodeDialogButton(type,id,name){
|
|
|
if(type == 1){
|
|
|
- this.$set(this,'qrCodeDialogType',true);
|
|
|
this.$set(this,'qrCodeDialogData',{
|
|
|
- identification:'laboratorySecureManagePlatform', //二维码标识 用于识别是否是本系统的二维码
|
|
|
+ identification:'lsmp', //二维码标识 用于识别是否是本系统的二维码
|
|
|
type:'chemicalsCabinet', //二维码类型 用于区分二维码功能类型
|
|
|
parameter:id, //二维码参数
|
|
|
name:name, //二维码名称用于下载时命名
|
|
|
});
|
|
|
+ this.$set(this,'qrCodeDialogType',true);
|
|
|
}else{
|
|
|
this.$set(this,'qrCodeDialogType',false);
|
|
|
}
|