@tongfun/tf-widget 0.1.180 → 0.1.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/tf-widget.common.js
CHANGED
|
@@ -141956,6 +141956,7 @@ var jurisdiction = __webpack_require__(80831);
|
|
|
141956
141956
|
const findIndex = this.entityFields.findIndex(d => d.tableName === this.$refs.TfTableMain.$refs.TfTabTable.activeName);
|
|
141957
141957
|
const data = {
|
|
141958
141958
|
dataId: row.id,
|
|
141959
|
+
headCode: this.code,
|
|
141959
141960
|
entityTableName: this.$refs.TfTableMain.$refs.TfTabTable.activeName,
|
|
141960
141961
|
entityTableCode: this.entityFields[findIndex].tableCode,
|
|
141961
141962
|
fuzzyParam: TfHeaderButton.fuzzyParam,
|
|
@@ -262614,7 +262615,7 @@ function getInitConfig() {
|
|
|
262614
262615
|
qrContent.value = qrCodeConfig.property.value;
|
|
262615
262616
|
}
|
|
262616
262617
|
const shortUrlParams = {
|
|
262617
|
-
targetLink: qrCodeConfig.property.targetUrl,
|
|
262618
|
+
targetLink: qrCodeConfig.property.targetUrl === 'currentPreviewUrl' ? null : qrCodeConfig.property.targetUrl,
|
|
262618
262619
|
// todo:null
|
|
262619
262620
|
extraInfo: qrContent
|
|
262620
262621
|
};
|
package/lib/tf-widget.umd.js
CHANGED
|
@@ -141966,6 +141966,7 @@ var jurisdiction = __webpack_require__(58286);
|
|
|
141966
141966
|
const findIndex = this.entityFields.findIndex(d => d.tableName === this.$refs.TfTableMain.$refs.TfTabTable.activeName);
|
|
141967
141967
|
const data = {
|
|
141968
141968
|
dataId: row.id,
|
|
141969
|
+
headCode: this.code,
|
|
141969
141970
|
entityTableName: this.$refs.TfTableMain.$refs.TfTabTable.activeName,
|
|
141970
141971
|
entityTableCode: this.entityFields[findIndex].tableCode,
|
|
141971
141972
|
fuzzyParam: TfHeaderButton.fuzzyParam,
|
|
@@ -262624,7 +262625,7 @@ function getInitConfig() {
|
|
|
262624
262625
|
qrContent.value = qrCodeConfig.property.value;
|
|
262625
262626
|
}
|
|
262626
262627
|
const shortUrlParams = {
|
|
262627
|
-
targetLink: qrCodeConfig.property.targetUrl,
|
|
262628
|
+
targetLink: qrCodeConfig.property.targetUrl === 'currentPreviewUrl' ? null : qrCodeConfig.property.targetUrl,
|
|
262628
262629
|
// todo:null
|
|
262629
262630
|
extraInfo: qrContent
|
|
262630
262631
|
};
|